home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #048 (199x)(Scope PD)(US)[WB].zip / Scope Disk #048 (199x)(Scope PD)(US)[WB].adf / Auto13 / DiskZap.doc < prev    next >
Text File  |  1989-01-11  |  4KB  |  97 lines

  1.  
  2.                          DiskZap Version 1.1
  3.  
  4. 05/03/86                 Paris E. Bingham Jr.    
  5.  
  6. Copyright  1986 - All Rights Reserved 
  7.  
  8. Please feel free to copy and distribute this program.  Do not attempt to 
  9. sell,  license, or commercially exploit it.  The author makes no warranties, 
  10. either  expressed or implied, on the operation  or use/misuse of the program. 
  11.  
  12. If you find this program useful, feel free to contribute $15 (or whatever) to:
  13.                 
  14.                      Paris E. Bingham Jr.                    
  15.                      4111 So. Laredo Way                     
  16.                      Aurora, Colo.  80013            
  17. Forward any comments, bug reports, new  features to me on The Bread Board 
  18.  
  19.        System       (303) 693-4735 
  20.  
  21. This program is a raw disk sector reader/writer.  It enables the user to  
  22. examine the blocks of a disk and modify them as necessary.  Make sure to 
  23. have a backup of the disk being examined as it is very easy to corrupt a 
  24. disk such thatAmigaDos cannot access it.  Also, no checks are made to verify 
  25. that a disk has been changed between reads or writesso as to allow blocks 
  26. to be moved from  one disk to another.       
  27.                      
  28. Enjoy...                             
  29.  
  30. ---------------------------------------------------------------------------
  31.  
  32. Display Commands:             
  33.                           
  34.      a  -  Switch to Ascii Display           
  35.      h  -  Switch to Hex Display           
  36.      m  -  Display About... Menu Item     
  37.   help  -  Display These Help Screens  
  38.                                         
  39. The displays may also be switched via the depth-arrangement gadgets.  It is   
  40. best to use these when the program is idle so that the transitions can be 
  41. detected.  Clicking the left mouse button in the window will guarantee 
  42. that it becomes the active one.
  43.  
  44. Disk Commands: 
  45.  
  46.      u  -  Enter Disk Unit Number            
  47.      b  -  Enter Block Number     
  48.      p  -  Enter Physical Disk Parameters (Cylnder, Head, Sector)         
  49.      r  -  Read Block From Disk              
  50.      R  -  Read Root Block From Disk        
  51.     ^w  -  Write Block To Disk       
  52.      +  -  Increment and Read Block      
  53.      -  -  Decrement and Read Block       
  54.                          
  55. Be wary, some commands force a read ofthe disk.  This could result in loss 
  56. of changes made in the current buffer.  The program does not do automatic 
  57. writes.  
  58.  
  59. Disk Commands: (continued) 
  60.                                             
  61.    o  -  Set Origin Block                 
  62.    O  -  Read Origin Block     
  63.                                                  
  64. The origin block concept allows the   user a sort of 'stepping-stone' 
  65. feature. This is an easy method of returning to aparticular block on the 
  66. disk, just as   with the <R> command to read the root block.  The difference 
  67. is that the user specifies the block.  The <o> command will set the origin 
  68. to the current blockand <O> will read that origin block.    
  69.  
  70. Buffer Commands:            
  71.                                            
  72.     e  -  Enter Data into the Buffer
  73.     z  -  Zero the Buffer 
  74.     c  -  Checksum the Buffer                                 
  75.                   
  76. Data may be entered into the buffer byeither hitting the <e> key or by
  77. selecting the byte with the mouse.  Boththe mouse and the arrow keys may be
  78. used to move the data entry point.  Data     entry is terminated by either 
  79. the <F1>  key or by selecting a non-data part of  the screen with the mouse.  
  80.  
  81. Search Commands:                                                           
  82.      
  83.     E  -  Enter Search Data
  84.     C  -  Change Search Data   
  85.     f  -  Find Search Data in Buffer
  86.     l  -  Toggle Locate Search Data 
  87.     s  -  Search Blocks for Search Data
  88.     S  -  Search Disk for Search Data              
  89.  
  90. The search functions allow the user tosearch the buffer or a disk for a
  91. pattern.  <f> searches the current buffer, <l> searches the buffers as
  92. they are read in by the user, <s> searches a range of blocks, and <S> 
  93. searches the   entire disk.                           
  94.  
  95. Misc. Commands:                                     
  96.     H  -  Hash a Filename
  97.